home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / FakeAlert / WindUtils.h < prev   
Encoding:
C/C++ Source or Header  |  1993-02-24  |  437 b   |  14 lines  |  [TEXT/KAHL]

  1. extern Boolean    HasColorQD;
  2. extern RGBColor        rgbblack;
  3. extern RGBColor        rgbwhite;
  4. extern RGBColor        rgbdarkred;
  5. extern RGBColor        rgblitered;
  6.  
  7. void    DrawShadowBox(Rect Box, Boolean Inside);
  8. void    SaveTextSettings(void);
  9. void    RestoreTextSettings(void);
  10. short    MaxTextHeight(void);
  11. void    SetMouse(Point Where);
  12. void    ColorImplemented(void);
  13. void    SetWindColors(WindowPtr wind, Boolean NotInvertColors);
  14. void    BlackNWhite(Boolean NotInvertColors);